home *** CD-ROM | disk | FTP | other *** search
- on button1
- global button, gnoteE6, gnoteA5, gnoteD4, gnoteG3, gnoteB2, gnoteE1
- set button to 1
- ChordPress("G0092", 28, "1 Large", "fretpointer 3-6", "1 selected")
- set gnoteE6 to "g1"
- set gnoteA5 to "d2"
- set gnoteD4 to "g2"
- set gnoteG3 to "b2"
- set gnoteB2 to "d3"
- set gnoteE1 to "g3"
- end
-
- on button2
- global button, gnoteE6, gnoteA5, gnoteD4, gnoteG3, gnoteB2, gnoteE1
- set button to 2
- ChordPress("G0183", 76, "2 Large", "fretpointer 1-4", "2 selected")
- set gnoteE1 to "E3"
- set gnoteB2 to "B2"
- set gnoteG3 to "G2"
- set gnoteD4 to "E2"
- set gnoteA5 to "B1"
- set gnoteE6 to "E1"
- end
-
- on button3
- global button, gnoteE6, gnoteA5, gnoteD4, gnoteG3, gnoteB2, gnoteE1
- set button to 3
- ChordPress("G0014", 125, "3 Large", "fretpointer 1-4", "3 selected")
- set gnoteE6 to "dont"
- set gnoteA5 to "dont"
- set gnoteD4 to "d2"
- set gnoteG3 to "a2"
- set gnoteB2 to "d3"
- set gnoteE1 to "fs3"
- end
-
- on button4
- global button, gnoteE6, gnoteA5, gnoteD4, gnoteG3, gnoteB2, gnoteE1
- set button to 4
- ChordPress("G0011", 174, "4 Large", "fretpointer 1-4", "4 selected")
- set gnoteE6 to "e1"
- set gnoteA5 to "b1"
- set gnoteD4 to "e2"
- set gnoteG3 to "g2"
- set gnoteB2 to "b2"
- set gnoteE1 to "e3"
- end
-
- on button5
- global button, gnoteE6, gnoteA5, gnoteD4, gnoteG3, gnoteB2, gnoteE1
- set button to 5
- ChordPress("G0184", 223, "5 Large", "fretpointer 5-8", "5 selected")
- set gnoteE1 to "as3"
- set gnoteB2 to "F3"
- set gnoteG3 to "D3"
- set gnoteD4 to "as2"
- set gnoteA5 to "F2"
- set gnoteE6 to "as1"
- end
-
- on button6
- global button, gnoteE6, gnoteA5, gnoteD4, gnoteG3, gnoteB2, gnoteE1
- set button to 6
- ChordPress("G0185", 272, "6 Large", "fretpointer 4-7", "6 selected")
- set gnoteE1 to "A3"
- set gnoteB2 to "E3"
- set gnoteG3 to "D3"
- set gnoteD4 to "G2"
- set gnoteA5 to "E2"
- set gnoteE6 to "A1"
- end
-
- on button7
- global button, gnoteE6, gnoteA5, gnoteD4, gnoteG3, gnoteB2, gnoteE1
- set button to 7
- ChordPress("G0186", 320, "7 Large", "fretpointer 2-5", "7 selected")
- set gnoteE1 to "G3"
- set gnoteB2 to "D3"
- set gnoteG3 to "C3"
- set gnoteD4 to "G2"
- set gnoteA5 to "C2"
- set gnoteE6 to "dont"
- end
-
- on button8
- global button, gnoteE6, gnoteA5, gnoteD4, gnoteG3, gnoteB2, gnoteE1
- set button to 8
- ChordPress("Cmaj/B", 369, "8 Large", "fretpointer 1-4", "8 selected")
- set gnoteE1 to "dont"
- set gnoteB2 to "C3"
- set gnoteG3 to "C3"
- set gnoteD4 to "cb3"
- set gnoteA5 to "gb2"
- set gnoteE6 to "gb3"
- end
-
- on button9
- global button, gnoteE6, gnoteA5, gnoteD4, gnoteG3, gnoteB2, gnoteE1
- set button to 9
- ChordPress("Amin7", 418, "9 Large", "fretpointer 1-4", "9 selected")
- set gnoteE1 to "dont"
- set gnoteB2 to "C3"
- set gnoteG3 to "C3"
- set gnoteD4 to "cb3"
- set gnoteA5 to "gb2"
- set gnoteE6 to "gb3"
- end
-
- on button10
- global button, gnoteE6, gnoteA5, gnoteD4, gnoteG3, gnoteB2, gnoteE1
- set button to 10
- ChordPress("A7sus4", 467, "10 Large", "fretpointer 1-4", "10 selected")
- set gnoteE1 to "dont"
- set gnoteB2 to "C3"
- set gnoteG3 to "C3"
- set gnoteD4 to "cb3"
- set gnoteA5 to "gb2"
- set gnoteE6 to "gb3"
- end
-
- on button11
- global button, gnoteE6, gnoteA5, gnoteD4, gnoteG3, gnoteB2, gnoteE1
- set button to 11
- ChordPress("Dmaj", 516, "11 Large", "fretpointer 1-4", "11 selected")
- set gnoteE1 to "dont"
- set gnoteB2 to "C3"
- set gnoteG3 to "C3"
- set gnoteD4 to "cb3"
- set gnoteA5 to "gb2"
- set gnoteE6 to "gb3"
- end
-
- on button12
- global button, gnoteE6, gnoteA5, gnoteD4, gnoteG3, gnoteB2, gnoteE1
- set button to 12
- ChordPress("Dmaj", 564, "12 Large", "fretpointer 1-4", "12 selected")
- set gnoteE1 to "dont"
- set gnoteB2 to "C3"
- set gnoteG3 to "C3"
- set gnoteD4 to "cb3"
- set gnoteA5 to "gb2"
- set gnoteE6C to "gb3"
- end
-
- on buttonhelp
- global box
- puppetSound("SCLICK.WAV")
- set box to "fbutton"
- ZONEPRESS()
- end
-